Uses of Class
edu.claflin.finder.algo.clustering.ClusteringAlgorithm

Packages that use ClusteringAlgorithm
Package
Description
 
  • Uses of ClusteringAlgorithm in edu.claflin.finder.algo.clustering

    Modifier and Type
    Class
    Description
    class 
    FastGreedy Algorithm for Community Detection.
    class 
    Girvan-Newman Algorithm for Community Detection.
    class 
    InfomapImplementation algorithm implemented using Mapping Higher-Order Network Flows in Memory and Multilayer Networks with InfomapImplementation by Daniel Edler, Ludvig Bohlin and Martin Rosvall.
    class 
    TODO: MAKE COMMENTS NICE abc
    class 
    Leading Eigenvector Algorithm for Community Detection, following Mark Newman's "Finding community structure in networks using the eigenvectors of matrices".
    class 
    Louvain algorithm implemented using the brief description by Mark Newman on pages 511-512 of "Networks Second Edition".
    class 
    Walktrap Algorithm for Community Detection.